home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 1435 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: turicum.chnet.ch!zug.turicum.chnet.ch
  2. Newsgroups: comp.sys.amiga.networking
  3. Subject: Re: AmiTCP not reading packets from ethernet
  4. Message-ID: <xGJwBMD4F99aez2@borki.zug.turicum.chnet.ch>
  5. From: BORKI@zug.turicum.chnet.ch  (Reto Burkhalter)
  6. Date: Wed,  7 Feb 96  10:33:05 GMT
  7. References: <RmG-x*Ic2@wolf359.exile.org> 
  8. Organization: Turicum Communications
  9. X-Gateway: ZCONNECT UE turicum.chnet.ch [PolyNet Amiga RFC/ZC V4.23 no.
  10.  599198gr45qW-017]
  11. X-Mailer: MicroDot 1.10 [REGISTERED 004f99]
  12. MIME-Version: 1.0
  13. Content-Type: text/plain; charset=ISO-8859-1
  14. Content-Transfer-Encoding: 8bit
  15.  
  16. >> eric@wolf359.exile.org (Eric Edwards)  
  17. >> 28.01.1996 
  18.  
  19.  
  20. EE> failat 40 
  21. EE> online devs:networks/ppp.device 0 
  22. EE> online devs:networks/ariadne.device 0 
  23.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
  24.  
  25. IMHO not necessary, comment it out... 
  26.  
  27. EE> ; log in 
  28. EE> echo 
  29. EE> echo login: eric 
  30. EE> AmiTCP:bin/login -f eric 
  31. EE> AmiTCP:bin/umask 022 
  32. EE> AmiTCP:AmiTCP 
  33. EE> WaitForPort AMITCP 
  34. EE> ; Configure loop-back device 
  35. EE> AmiTCP:bin/ifconfig lo0 localhost 
  36. EE> ; Configure ppp0 
  37. EE> AmiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote 
  38. EE> ; configure ethernet 
  39. EE> AmiTCP:bin/ifconfig ariadne inet 192.168.1.2 netmask 255.255.255.0 -arp 
  40.  
  41. Replace this line with: 
  42.     AmiTCP:bin/ifconfig ariadne 193.168.1.2 
  43.  
  44.     I think, no netmask is needed. But make sure that ths Sun has same 
  45.     config (no netmask) but another IP-address in the same net, e.g. 
  46.     193.168.1.1 
  47.  
  48. EE> ; Add route to this host 
  49. EE> ;AmiTCP:bin/route add $ppp0iplocal localhost 
  50. EE> ; Add route for local lan 
  51. EE> ;AmiTCP:bin/route add 192.168.1.2 localhost 
  52. EE> ; 
  53. EE> AmiTCP:bin/route add default $ppp0ipremote 
  54. EE> ;setenv HOSTNAME `AmiTCP:bin/hostname` 
  55. EE> Assign TCP: Exists > NIL: 
  56. EE> IF Warn 
  57. EE>   Mount TCP: from AmiTCP:devs/Inet-Mountlist 
  58. EE> EndIf 
  59. EE> ; Start the internet `super server' 
  60. EE> run AmiTCP:bin/inetd 
  61. EE>  
  62. EE> --end of amitcp:bin/startnet------ 
  63.  
  64.  
  65. Check it out.. 
  66.  
  67.  
  68. Reto 
  69.  
  70.